dvb_file_formats

@enum dvb_file_formats @brief Known file formats @ingroup file

@details Please notice that the channel format defined here has a few optional fields that aren't part of the dvb-apps format, for DVB-S2 and for DVB-T2. They're there to match the formats found at dtv-scan-tables package up to September, 5 2014.

@var FILE_UNKNOWN @brief File format is unknown @var FILE_ZAP @brief File is at the dvb-apps "dvbzap" format @var FILE_CHANNEL @brief File is at the dvb-apps output format for dvb-zap @var FILE_DVBV5 @brief File is at libdvbv5 format @var FILE_VDR @brief File is at DVR format (as supported on version 2.1.6). Note: this is only supported as an output format.

Values

ValueMeaning
FILE_UNKNOWN0
FILE_ZAP1
FILE_CHANNEL2
FILE_DVBV53
FILE_VDR4

Meta